home *** CD-ROM | disk | FTP | other *** search
- Path: keats.ugrad.cs.ubc.ca!not-for-mail
- From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
- Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++
- Subject: Re: C/C++ knocks the crap out of Ada
- Date: 12 Mar 1996 12:19:15 -0800
- Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
- Message-ID: <4i4m83INNo84@keats.ugrad.cs.ubc.ca>
- References: <00001a73+00002504@msn.com> <31442F19.6C13@lfwc.lockheed.com> <4i26uhINNsd@keats.ugrad.cs.ubc.ca> <31457584.2475@lfwc.lockheed.com>
- NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
-
- In article <31457584.2475@lfwc.lockheed.com>,
- Ken Garlington <GarlingtonKE@lfwc.lockheed.com> wrote:
- >Kazimir Kylheku wrote:
- >>
- >> Make is not really a C tool. I use Make to process TeX documents for instance.
- >
- >AFAIK, Make-type tools are commonly used to manage large C applications. Is this
- >not the case?
-
- You bet! In fact, most make facilities have some default rules for C source
- files. Still, make is a fairly general-purpose tool that is also frequently
- used to process documents or any projects that have file dependencies.
-
- --
-
-